HighSchoolCourse 
EntityType  Independent 
Logical Entity Name  HighSchoolCourse 
Default Table Name  AmHighSchoolCourse 
Logical Only  NO 
Definition 
 
Note 
 

HighSchoolCourse Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
HighSchoolCourseId(PK)    INTEGER  NO 
 
HighSchoolId(FK)    INTEGER  NO 
 
CourseCode    VARCHAR(16)  NO 
 
CourseName    VARCHAR(75)  NO 
 
CourseCreditHours    NUMERIC(7, 2)  YES 
 
CourseClockHours    NUMERIC(9, 2)  YES 
 
AcceptedBeginDate    DATETIME  NO 
 
AcceptedEndDate    DATETIME  YES 
 
MinGradeRequired    CHAR(3)  NO 
 
IsActive    BIT  NO 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
HighSchoolId(FK)    INTEGER  YES 
 

HighSchoolCourse Keys 
Key Name  Key Type  Keys 
Nk_AmHighSchoolCourseAmHighSchoolid  Inversion Entry  HighSchoolId 
Nk_AmHighSchoolCourseUserID  Inversion Entry  LastModifiedUserId 
Pk_AmHighSchoolCourseAmHighSchoolCourseID  PrimaryKey  HighSchoolCourseId 

HighSchoolCourse Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
HighSchool  Non-Identifying  One To Zero or More        HighSchoolId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
HighSchool  Non-Identifying  Zero or One to Zero or More        HighSchoolId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
StudentTransferCredit  Non-Identifying  One To Zero or More          NO 
AmCollegeTransferExternalCourse  Non-Identifying  One To Zero or More          NO 
HighSchoolCourseArticulation  Non-Identifying  One To Zero or More          NO 
HighSchoolCourseArticulation  Non-Identifying  One To Zero or More          NO 
StudentTransferCredit  Non-Identifying  One To Zero or More          NO 

HighSchoolCourse Check Constraints 
Check Constraint Name  CheckConstraint